encoding/binary.bigEndian.Uint64 (method, view implemented interface methods)
3 uses
encoding/binary (current package)
binary.go#L185: func (bigEndian) Uint64(b []byte) uint64 {
github.com/google/uuid
time.go#L116: time := binary.BigEndian.Uint64(uuid[:8]) // Ignore uuid[6] version b0110
time.go#L119: time := binary.BigEndian.Uint64(uuid[:8])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |